home *** CD-ROM | disk | other *** search
/ SGI Hot Mix 11 / Hot Mix 11.iso / .all / bin / install_HSavers (.txt) < prev    next >
Text File  |  1995-07-16  |  1KB  |  27 lines

  1. #!/bin/sh -f
  2.  
  3. case  `/usr/bin/X11/xconfirm -icon info \
  4. -t "Thank you for filling out the questionnaire form." \
  5. -t " "  \
  6. -t "HayeSavers is a collection of iris-GL programs designed to be used as screen" \
  7. -t "savers. The package integrates completely with the IndigoMagic(tm) desktop" \
  8. -t "environment, and all selections are available from the " \
  9. -t "                            Desktop->Customize->Screen Saver Toolchest menu." \
  10. -t "Manpages are included for all the programs in the package, after" \
  11. -t "installation, type 'man programname' to view the manpages for each program. " \
  12. -t " "  \
  13. -t "HayeSavers currently includes the following screensavers: " \
  14. -t "      hypno - a hypnotic spiraling screensaver " \
  15. -t "      kscope - a Kaleidoscope screensaver, very colorful " \
  16. -t "      icons - inspired by the book 'Symmetry in chaos'   " \
  17. -t "                            by Michael Field and Martin Golubitsky " \
  18. -t "      stars - flying on a starship at warp 1 " \
  19. -t "      swirl - another hypnotic spiraling screensaver " \
  20. -t "      swish - a dancing line leaves a trail behind it " \
  21. -t " "  \
  22. -t "Install HayeSavers on this system. ?" -b No -B Yes`
  23. in 
  24.         Yes) echo 1 ;;
  25.          No) echo 0 ;;
  26. esac
  27.